Add rename-to annotation for GtkListStore.insert_valuesv()
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 15 Jan 2021 14:21:20 +0000 (14:21 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 20 Jan 2021 14:10:17 +0000 (14:10 +0000)
The vector-based variant should shadow the variadic arguments function
in bindings.

gtk/gtkliststore.c

index cf410559549f4258e130305e1d4ade4f05f701cf..1b17843a97e0f8f1d5fbf949672325e9c749f1d1 100644 (file)
@@ -2248,9 +2248,9 @@ gtk_list_store_insert_with_values (GtkListStore *list_store,
 
 
 /**
- * gtk_list_store_insert_with_valuesv:
+ * gtk_list_store_insert_with_valuesv: (rename-to gtk_list_store_insert_with_values)
  * @list_store: A #GtkListStore
- * @iter: (out) (allow-none): An unset #GtkTreeIter to set to the new row, or %NULL.
+ * @iter: (out) (optional): An unset #GtkTreeIter to set to the new row
  * @position: position to insert the new row, or -1 for last
  * @columns: (array length=n_values): an array of column numbers
  * @values: (array length=n_values): an array of GValues